home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 February: Tool Chest / Dev.CD Feb 00 TC.toast / pc / tool chest / games / game sample code / zam 1.0a13 / gameheaders / document.h next >
Encoding:
C/C++ Source or Header  |  1993-09-16  |  424 b   |  11 lines

  1. #pragma once
  2. void UpdateDocument(WindowPtr graf, gamePtr data);
  3. void OpenDocument(WindowPtr    wp, gamePtr    data);
  4. void CloseDocument(WindowPtr wp, gamePtr    data);
  5. void SaveDocument(WindowPtr    wp, gamePtr    data);
  6. void ClickDocument(WindowPtr wp, gamePtr    data);
  7. void KeyDocument(WindowPtr wp, gamePtr    data);
  8. void AdjustMenuDocument(WindowPtr wp, gamePtr    data);
  9. void IdleDocument(WindowPtr wp, gamePtr data);
  10. void NewDocument(void);
  11.